-- The "HiliteRadio" handler is in the card script.
on mouseUp
hide fld "feedback"
HiliteRadio
end mouseUp
-- part 2 (button)
-- low flags: 00
-- high flags: 8006
-- rect: left=186 top=183 right=203 bottom=348
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 174
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Printing single fields
----- HyperTalk script -----
-- The "HiliteRadio" handler is in the card script.
on mouseUp
hide fld "feedback"
HiliteRadio
end mouseUp
-- part 3 (button)
-- low flags: 00
-- high flags: 8006
-- rect: left=186 top=207 right=227 bottom=362
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 174
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Printing selected cards
----- HyperTalk script -----
-- The "HiliteRadio" handler is in the card script.
on mouseUp
hide fld "feedback"
HiliteRadio
end mouseUp
-- part 4 (button)
-- low flags: 00
-- high flags: 8006
-- rect: left=186 top=231 right=251 bottom=434
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 174
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Printing a selected area of a card
----- HyperTalk script -----
-- The "HiliteRadio" handler is in the card script.
on mouseUp
hide fld "feedback"
HiliteRadio
end mouseUp
-- part 7 (button)
-- low flags: 00
-- high flags: A003
-- rect: left=401 top=294 right=316 bottom=460
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Done
----- HyperTalk script -----
-- The "checkOneRight" handler is in the card script.
on mouseUp
checkOneRight
end mouseUp
-- part 10 (button)
-- low flags: 00
-- high flags: A003
-- rect: left=345 top=320 right=338 bottom=462
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Correct Answer
----- HyperTalk script -----
-- This handler shows the correct answer.
on mouseUp
hideFeedback
dehiliteBtns
set hilite of btn 3 to true
wait 25
repeat 2
set hilite of btn 3 to false
wait 25
set hilite of btn 3 to true
wait 25
end repeat
ans 5
end mouseUp
-- part contents for background part 9
----- text -----
6 of 7
-- part contents for background part 6
----- text -----
You are making a new stack that will print out the information from certain cards only if the user has entered information in fields on those cards. Which of the new printing functions of HyperCard will help you achieve this ?
-- part contents for background part 19
----- text -----
No, this new feature is useful for printing larger cards, but doesn’t solve this problem. Try again.
No, this new feature is useful for printing one field on one card, but doesn’t solve this problem. Try again.
Good. The new feature that lets you print selected cards will let you print just the cards you want.
No, this new feature is useful at other times, but doesn’t solve this problem. Try again.
This is the correct answer. The new ability to print selected cards means you can print just the cards you want.